home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / intuition / pointerclass.m < prev    next >
Comma Seperated Value File  |  1999-04-07  |  532 b   |  19 rows

#CONST%09POINTERA_Dummy=$80039000
1        POINTERA_BitMap=$80039001 
2        POINTERA_XOffset=$80039002 
3        POINTERA_YOffset=$80039003 
4        POINTERA_WordWidth=$80039004 
5        POINTERA_XResolution=$80039005 
6        POINTERA_YResolution=$80039006 
7        POINTERXRESN_DEFAULT=0 
8        POINTERXRESN_140NS=1 
9        POINTERXRESN_70NS=2 
10        POINTERXRESN_35NS=3 
11        POINTERXRESN_SCREENRES=4 
12        POINTERXRESN_LORES=5 
13        POINTERXRESN_HIRES=6 
14        POINTERYRESN_DEFAULT=0 
15        POINTERYRESN_HIGH=2 
16        POINTERYRESN_HIGHASPECT=3 
17        POINTERYRESN_SCREENRES=4 
18        POINTERYRESN_SCREENRESASPECT=5